home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / c / CLib-SDI.lha / CLib-SDI / include2 / proto / intuition.h < prev   
Encoding:
C/C++ Source or Header  |  2000-06-25  |  384 b   |  22 lines

  1. #ifndef _PROTO_INTUITION_H
  2. #define _PROTO_INTUITION_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_INTUITION_PROTOS_H
  8. #include <clib/intuition_protos.h>
  9. #endif
  10.  
  11. #ifdef __GNUC__
  12. #include <inline/intuition.h>
  13. #else
  14. #include <pragma/intuition_lib.h>
  15. #endif
  16.  
  17. #ifndef __NOLIBBASE__
  18. extern struct IntuitionBase *IntuitionBase;
  19. #endif
  20.  
  21. #endif    /*  _PROTO_INTUITION_H  */
  22.